/* Сохрaняя природу и ландшафт */
.renovation {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ebebeb;
}
.renovation__info-block {
    position: relative;
    /* background: url('../images/smart-city/renovation/renovation_bg.png') no-repeat center;  */
    background-size: cover;
    max-height: 450px;
    height: 100%;
    color: #fff;
}
.renovation__info-block video {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.renovation__title {
    position: absolute;
    bottom: 20px;
    right: 100px;
    font-size: 24px;
    width: 50%;
    line-height: 160%;
    text-align: right;
    text-transform: uppercase;
    z-index: 1;
}
.renovation__text {
    position: absolute;
    top: 45px;
    right: 100px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: end;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .renovation__text {
        right: 15px;
        text-align: center;
        width: calc(100% - 30px);
    }
    .renovation__title {
        right: 15px;
        width: calc(100% - 30px);
        text-align: center;
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .renovation {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .renovation__text {
        font-size: 14px;
        top: 15px;
    }
    .renovation__title {
        text-align: center;
        font-size: 12px;
    }
}

.btn-blue-transparent-br {
    border: #29a9e1 solid 1px;
    border-radius: 50px;
    background-color: unset;
    color: #29a9e1;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btn-blue-transparent-br:hover {
    background-color: #29a9e1;
    color: #ffffff;
}

.btn-blue-br {
    border: #29a9e1 solid 1px;
    border-radius: 50px;
    background-color: #29a9e1;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btn-blue-br:hover {
    color: #29a9e1;
}
.btn-blue {
    border: #29a9e1 solid 1px;
    border-radius: 8px;
    background-color: #29a9e1;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btn-blue:hover {
    background-color: unset;
    color: #29a9e1;
}
.button-block {
    min-width: max-content;
}
.background-gray {
    background-color: #ebebeb;
}
.social-media-block a {
    color: #fff;
    text-decoration: unset;
    margin-left: 15px;
}
.out {
    display: none;
}
.hr-line {
    display: block;
    width: 100%;
    border-bottom: #ffffff8f solid 1px;
}

/*SLIDER*/
.slick-list {
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.slick-track {
    display: flex;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    border: unset;
    width: 30px;
    height: 30px;
}
.slick-arrow.slick-prev {
    left: 0;
    background: url("../img/svg-icon/arrow_l.svg") 0 0 / 100% no-repeat;
}
.slick-arrow.slick-next {
    right: 0;
    background: url("../img/svg-icon/arrow_r.svg") 0 0 / 100% no-repeat;
}
.slider {
    position: relative;
}
.border-radius {
    border-radius: 20px;
    overflow: hidden;
}
.color-blue {
    color: #29a9e1;
}
.text-conthrax {
    font-family: Conthrax, serif;
}
.border-radius-unset {
    border-radius: unset;
}
.menu-list {
    list-style: none;
    padding-left: 0;
}

/* Локации */
.location {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.location__title {
    margin-bottom: 80px;
    font-size: 28px;
    line-height: 44px;
}
.location__slider {
    position: relative;
}
.location__slider .slick-list {
    width: 100%;
}
.location__slider .slick-prev {
    display: none;
}
.location__slider .slick-arrow.slick-prev {
    top: 38%;
    left: 5%;
    height: 50px;
    width: 50px;
    background: url("../images/smart-city/svg-icon/arrow-w-r.svg") 0 0 / 100% no-repeat;
    transform: rotate(180deg);
}
.location__slider .slick-arrow.slick-next {
    top: 38%;
    right: 5%;
    height: 50px;
    width: 50px;
    background: url("../images/smart-city/svg-icon/arrow-w-r.svg") 0 0 / 100% no-repeat;
}
.location__slide {
    position: relative;
    display: flex;
}
.location__slide a {
    width: 100%;
}
.location__slide-chevron {
    position: absolute;
    top: 25px;
    left: 35px;
    font-family: "Conthrax SemiBold", sans-serif;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    z-index: 9;
    text-transform: uppercase;
}
.location__slide img {
    width: 100%;
}
.location-l-bottom p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #29a9e1;
    display: flex;
    align-items: center;
}
.location-l-bottom p img {
    margin-left: 40px;
}
.location-l {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.location-l p {
    margin-bottom: 30px;
}
.location__slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: transparent;
    padding: 0;
    height: 1px;
    background: #adadba;
    margin-top: 55px;
}
.location__slider .slick-dots button {
    width: 5px;
    height: 5px;
    left: 525px;
    top: 3470px;
    background: #333;
    border-radius: 50%;
    color: #fff0;
    display: block;
    border: 0;
    padding: 0;
}
.location__slider .slick-dots li {
    display: block;
}
.location__slider .slick-dots li:not(.slick-active) button {
    opacity: 0;
}
.location-l-bottom {
    margin-bottom: 51px;
}
@media only screen and (max-width: 991px) {
    .location-l-bottom {
        margin-bottom: 15px;
    }
    .location-l-bottom p {
        width: fit-content;
        margin: auto;
        margin-bottom: 30px;
    }
    .location-l-bottom p img {
        display: none;
    }
    .location__slide-chevron {
        font-size: 16px;
    }
    .location__slider .slick-arrow.slick-prev {
        top: 38%;
        height: 30px;
        width: 30px;
    }
    .location__slider .slick-arrow.slick-next {
        top: 38%;
        height: 30px;
        width: 30px;
    }
}

/*MODULES*/
.modules {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.modules__title {
    margin-bottom: 45px;
    font-size: 30px;
    text-align: center;
}
.modules .tab-content {
    margin-top: 80px;
}
.modules__tab-btn {
    padding: unset;
    background: unset;
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
}
.modules__tab-btn {
    padding: unset;
    font-size: 27px;
    font-family: "Conthrax SemiBold", sans-serif;
    background-color: unset !important;
    position: relative;
}
.modules__tab-btn.active {
    color: #29a9e1 !important;
}

.modules__tab-btn.active:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #29a9e1;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    left: 50%;
}
.line-left {
    border-left: 1px solid #333;
    padding-left: 40px;
    max-width: 430px;
}
.modules .line-left p {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .modules .more {
        max-width: fit-content;
        margin: auto;
        margin-top: 30px;
    }
    .modules .line-left {
        max-width: 680px;
        margin: auto;
    }
    .modules .plan {
        max-width: fit-content;
        margin: auto;
    }
}


/*SMART-HOME*/
.smart-home {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ebebeb;
}

.smart-home__title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 160%;
}

.smart-home-l h5 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
}
.smart-home-r {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
}

.smart-home-r {
    font-size: 20px;
    line-height: 24px;
}

.smart-home-r img {
    margin-bottom: 30px;
}

.smart-home-r span {
    margin-bottom: 40px !important;
}
.smart-home .btn {
    border-radius: 8px;
    border: #29a9e1 solid 1px;
    color: #fff;
    background-color: #29a9e1;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 30px;
    max-width: 480px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.smart-home .btn:hover {
    border: #29a9e1 solid 1px;
    color: #29a9e1;
    background-color: transparent;
}
@media (max-width: 991px) {
    .smart-home {
        padding-bottom: 75px;
    }
}



/* рентабельность */
.profitability {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ebebeb;
}
.profitability__title {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}
.profitability__col_center {
    text-align: center;
    font-size: 1.3rem;
}
.profitability__col_left {
    text-align: right;
    font-size: 1.3rem;
    font-family: "Conthrax SemiBold", sans-serif;
}
.profitability__col_right {
    text-align: left;
    font-size: 1.3rem;
    font-family: "Conthrax SemiBold", sans-serif;
}
.profitability__col_left div {
    max-width: 291px;
    float: right;
}
.profitability__col_right div {
    max-width: 330px;
}



/*RECORDING*/
.recording {
    padding-top: 150px;
    padding-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
}
.recording__title {
    margin-bottom: 50px;
}
.recording-l iframe {
}
.recording-r {
    padding-left: 30px;
    width: 416px;
    position: relative;
    max-width: 100%;
    z-index: 2;
}
.recording-r .fw-bold {
    font-size: 21px;
    line-height: 140%;
}
.recording-r p {
    margin-bottom: 15px;
}
.p-tm {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 35px;
}
.recording .btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #2aaae1;
    font-weight: 500;
    padding: 10px 15px 8px;
    border: 2px solid #2aaae1;
    min-width: 150px;
    line-height: 20px;
    text-transform: uppercase;
}
.recording .btn:hover {
    color: #2aaae1;
    background-color: transparent;
    border: 2px solid #2aaae1;
}
@media (max-width: 991px) {
    .recording-r {
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
}

/* Умный дом */
.smart-home-totle-section {
    background: url("../images/smart-city/smart-system/bg-tm-1.png") no-repeat top center/cover;
    height: 800px;
    padding-top: 130px;
}
.smart-home-totle-section h1 {
    line-height: 50px;
    color: #fff;
    margin-bottom: 17px;
    text-transform: uppercase;
    max-width: 815px;
    font-size: 32px;
}
.smart-home-totle-section p {
    font-size: 21px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    max-width: 435px;
}
.smart-icon-block-img {
    height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.smart-icon-block-img img {
    border-radius: 0;
    margin: 0 auto 0 48px;
}
.smart-home-descr-section .container {
    width: 1030px;
    max-width: 100%;
}
.smart-icon-block h3 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 15px;
}
.smart-icon-block p {
    font-size: 17px;
    line-height: 140%;
    color: #333;
}
.smart-icon-block-text p.p-tm {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 140% !important;
    text-transform: uppercase !important;
    color: #333 !important;
}
.smart-home-descr-section {
    background: #ebebeb;
    padding: 100px 0 120px 0;
}
.smart-icon-block {
    width: 390px;
    max-width: 100%;
    margin-bottom: 40px;
}
.smart-home-descr-section .row > *:nth-child(even) .smart-icon-block {
    margin-left: auto;
}
.smart-icon-block-2 {
    width: 900px;
    margin: auto;
    display: flex;
    align-items: flex-start;
}
.smart-icon-block-2 .smart-icon-block-img {
    margin-right: 110px;
    flex-shrink: 0;
    height: auto;
}
.smart-bottom-top {
    display: flex;
}
.smart-bottom-img {
    flex-shrink: 0;
}
.smart-bottom-t-wrapper .smart-bottom-img {
    margin-left: 70px;
}
.smart-bottom-b-wrapper .smart-bottom-img {
    margin-right: 70px;
}
.smart-bottom-t-wrapper {
    background: #fff;
    padding: 70px 0;
}
.smart-bottom-b-wrapper {
    background: #ebebeb;
    padding: 130px 0;
}
.smart-bottom-text h3 {
    font-size: 32px;
    line-height: 160%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.smart-bottom-text p.p-tm {
    max-width: 550px;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 140% !important;
    text-transform: uppercase !important;
    color: #333 !important;
}
.smart-bottom-text p {
    font-size: 17px;
    line-height: 140%;
    color: #333;
}

@media (max-width: 1199px) {
    .smart-home-totle-section h1 {
        line-height: 36px;
        max-width: 600px;
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .container-one-block.system {
        width: calc(100% - 110px);
    }
    .smart-bottom-text h3 {
        line-height: 1.3;
        text-align: center;
    }
    .smart-home-descr-section {
        padding: 100px 0 70px 0;
    }
    .smart-bottom-text p.p-tm {
        max-width: 100%;
        text-align: center;
    }
    .smart-bottom-text p {
        text-align: center;
        margin-bottom: 25px;
    }
    .smart-bottom-t-wrapper .smart-bottom-img {
        margin-left: 0;
        text-align: center;
    }
    .smart-bottom-b-wrapper {
        padding: 70px 0;
    }
    .smart-bottom-b-wrapper .smart-bottom-img {
        margin-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .smart-home-totle-section {
        height: 100vh;
        padding-top: 200px;
    }
    .smart-home-totle-section h1 {
        max-width: 100%;
        text-align: center;
    }
    .smart-home-totle-section p {
        max-width: 100%;
        text-align: center;
    }
    .smart-icon-block {
        width: 390px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 40px;
        text-align: center;
    }
    .smart-icon-block-img img {
        margin: auto;
    }
    .smart-icon-block-2 .smart-icon-block-img {
        margin-right: initial;
    }
    .smart-icon-block-2 {
        display: initial;
        align-items: initial;
    }
}

/* Регионы */
.region-crimea {
    background: #ebebeb;
}

.header-bg {
    height: 450px;
    padding-top: 100px;
    color: #fff;
}
.header-bg .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.header-bg-1 {
    background: url("../images/smart-city/bg-top-1.png") no-repeat center center;
    background-size: 100%;
}

.header-bg-2 {
    background: url("../images/smart-city/bg-top-moscow.jpg") no-repeat center center;
    background-size: 100%;
}

.header-bg-3 {
    background: url("../images/smart-city/bg-top-2.png") no-repeat center center;
    background-size: 100%;
}

.header-bg h1 {
    font-weight: 600;
    font-size: 66px;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.header-bg h1 span {
    font-size: 20.1986px;
    display: block;
    margin-right: 30px;
    line-height: 160%;
}

.chart-section {
    padding: 100px 0 130px 0;
}

.chart-section h2 {
    margin: 0 auto 100px auto;
    width: 700px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.chart {
    width: 790px;
    margin: auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.chart-l p {
    font-size: 24px;
    line-height: 160%;
}

.chart-l p span {
    font-size: 32px;
    display: block;
    font-family: "Conthrax SemiBold", sans-serif;
}

.chart-l p {
    width: 420px;
}
.chart-r {
    flex-shrink: 0;
    margin: 20px 0 0 -80px;
}

.objects-section h2 {
    margin-bottom: 40px;
    max-width: 920px;
}
.objects-section.crimea h2 {
    margin-bottom: 40px;
    max-width: 1100px;
    text-transform: uppercase;
}

.objects-block {
    height: 463px;
    padding: 15px 35px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.objects-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.regions-page .objects-block {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.regions-page .objects-block p {
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.regions-page .btn {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.regions-page .btn:hover {
    color: #fff;
    background: #29a9e1;
    border: 1px solid #29a9e1;
}

.objects-block-1 {
    background: url("../images/smart-city/bg-1.png") no-repeat top center/cover;
}

.objects-block-2 {
    background: url("../images/smart-city/bg-2.png") no-repeat top center/cover;
}

.objects-block-3 {
    background: url("../images/smart-city/bg-3.png") no-repeat top center/cover;
}

.objects-block-4 {
    background: url("../images/smart-city/bg-4.png") no-repeat top center/cover;
}

.objects-block-5 {
    background: url("../images/smart-city/bg-5.png") no-repeat top center/cover;
}

.objects-block-6 {
    background: url("../images/smart-city/bg-6.png") no-repeat top center/cover;
}

.objects-block p {
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    text-align: right;
    position: relative;
    font-family: "Conthrax SemiBold", sans-serif;
}

.objects-section.regions-page {
    padding-top: 150px;
    background: #fff;
}
.objects-section {
    padding-bottom: 130px;
}

.disadvantage-section h2 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.objects-section .owl-nav {
    margin-top: 0px;
}

.objects-section .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -5px;
    transform: rotate(180deg);
}
.objects-section .owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -5px;
}
.objects-section .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px 8px 8px 0px;
    background: #fff;
    color: #29a9e1;
}
.objects-section .owl-carousel .owl-nav button.owl-prev:hover {
    border: 1px solid #29a9e1;
    background: #29a9e1;
    color: #fff;
}

.objects-section .owl-carousel .owl-nav button.owl-next {
    right: 0%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px 0px 0px 8px;
    background: #fff;
    color: #29a9e1;
}
.objects-section .owl-carousel .owl-nav button.owl-next:hover {
    border: 1px solid #29a9e1;
    background: #29a9e1;
    color: #fff;
}

p.p-title {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
}

.price-comparison {
    width: 1010px;
    max-width: 100%;
    margin: auto;
}

.price-comparison-block img {
    margin-bottom: 30px;
}

.price-comparison-block p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.disadvantage-section {
    padding-bottom: 114px;
}

.location-section h2 {
    text-align: center;
    max-width: 990px;
    margin: auto;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.location-block img {
    margin-bottom: 20px;
}

.location-block {
    text-align: center;
    margin-bottom: 60px;
}

.location-block p {
    font-size: 24px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: "Conthrax SemiBold", sans-serif;
}

.location-section {
    padding-bottom: 90px;
}

.botom-section h2 {
    text-align: center;
    max-width: 1090px;
    margin: auto;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.botom-section p.p-title {
    margin-bottom: 50px;
}

.color-blu {
    color: #29a9e1;
}

.blu-button {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    background: #29a9e1;
    border-radius: 8px;
    font-family: "Open Sans";
    font-style: normal;
    transition: 0.7s;
}

.blu-button:hover {
    background: #3e90b4;
    transition: 0.7s;
}

.botom-section .btn-box {
    text-align: center;
}
.botom-section .btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #2aaae1;
    font-weight: 600;
    padding: 15px 30px;
    margin-bottom: 40px;
    border: 2px solid #2aaae1;
    line-height: 20px;
    text-transform: uppercase;
}
.botom-section .btn:hover {
    color: #2aaae1;
    background-color: transparent;
}

.botom-section p:not(.p-title) {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
}

.botom-section {
    padding-bottom: 100px;
}
.botom-section a {
    color: #29a9e1;
}
.botom-section a:hover {
    color: #0a58ca;
}

.statistics-section {
    padding: 150px 0;
}
.statistics-section .statistics-l {
    max-width: 500px;
}
.statistics-section h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 350px;
}

.statistics-section p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.statistics-section p.contax {
    font-family: "Conthrax SemiBold", sans-serif;
    text-transform: initial;
}

.statistics-section p span {
    font-weight: 700;
}

.capital-section h2 {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    max-width: 1040px;
    margin: auto;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.capital-section {
    padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
    .header-bg h1 {
        margin-top: 60px;
        text-align: center;
    }
    .statistics-section .statistics-l {
        max-width: 500px;
        margin: auto;
        text-align: center;
    }
    .statistics-section .statistics-r {
        margin-top: 30px;
        text-align: center;
    }
    .capital-section {
        text-align: center;
        padding-bottom: 75px;
    }
    .capital-section h2 {
        margin-bottom: 45px;
        font-size: 18px;
    }
    .capital-section img {
        margin-bottom: 30px;
    }
    .botom-section p.p-title {
        font-size: 18px;
    }
    .objects-section h2 {
        text-align: center;
    }
    .location-block p {
        font-size: 18px;
    }

    .chart {
        width: 100%;
        display: block;
    }
    .chart-r {
        margin: 0 0 0 auto;
        display: block;
        width: fit-content;
    }

    .header-bg h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .header-bg h1 {
        font-size: 26px;
        display: block;
    }
    .header-bg h1 span {
        margin-right: 0;
    }
    .header-bg {
        height: 250px;
        padding-top: 50px;
        background-size: cover !important;
    }
    .chart-l p {
        width: auto;
    }

    .chart-section {
        padding: 50px 0;
    }

    .chart-section h2 {
        margin: 0 auto 40px auto;
    }

    .chart-l p {
        font-size: 18px;
    }

    .chart-l p span {
        font-size: 22px;
    }

    .objects-section {
        padding-bottom: 50px;
    }
    .disadvantage-section {
        padding-bottom: 50px;
    }

    .location-section h2 {
        margin-bottom: 40px;
    }

    .location-block {
        margin-bottom: 30px;
    }
    .location-section {
        padding-bottom: 50px;
    }
    .botom-section {
        padding-bottom: 50px;
    }
    .statistics-section {
        padding: 50px 0;
    }
    .statistics-section h2 {
        font-size: 18px;
        max-width: 350px;
        margin: auto;
    }
    .statistics-section p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .objects-block p {
        font-size: 20px;
    }
    .objects-section h2 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1250px;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {


    .recording__title,
    .smart-home__title,
    .location__title {
        text-align: center;
    }


    .smart-home-r {
        margin: auto;
    }
    .smart-home-l {
        text-align: center;
    }

    .slick-arrow {
        top: calc(50% - 15px);
    }
    .row.row-m2 > .offset-1 {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .smart-home-l .btn-blue {
        margin: 11px 0 20px 0;
    }
    section#callback .button-block {
        flex-flow: column;
        display: flex;
    }
    section#callback .button-block .btn-blue {
        margin-bottom: 20px;
    }
    span.social-media-block.d-flex.d-sm-inline {
        margin-right: 0;
    }
    .social-media-block a:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .recording-r {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #2aaae1 !important;
    }
    .nav-pills .nav-link {
        padding: 10px 20px;
        font-size: 14px;
        font-family: "Conthrax SemiBold", sans-serif;
        color: #abb0a6;
        width: 100%;
        border-radius: 0 !important;
    }


    .modules__tab-btn.active:before {
        display: none;
    }
    .img-m {
        margin-bottom: 30px;
    }
    section#line-up .slider__item {
        padding: 5px;
    }

    .location__title.text-uppercase {
        margin: 0;
    }

    .modules__title {
        margin-bottom: 20px;
        font-size: 21px;
    }
}
@media (max-width: 575px) {

    .passive-l .button-block {
        margin-top: 38px;
        flex-flow: column;
        display: flex;
    }
    .button-block .btn-blue-br {
        margin-bottom: 20px;
    }
    .profitability__col_center {
        font-size: 18px;
    }
    .profitability__col_left {
        text-align: center;
        font-size: 16px;
    }

    .profitability__col_right {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .row-400 .col-6 {
        width: 100%;
        margin-bottom: 10px;
    }
    .smart-home-r {
        font-size: 18px;
    }
}
@media (max-width: 380px) {
    .text-conthrax {
        font-size: 18px !important;
    }
}
